|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.xml.parser.schema.XSDNode
oracle.xml.parser.schema.XSDComplexType
XSDComplexType represents schema complexType definition
| Field Summary |
| Method Summary | |
XSDAttribute[] |
getAttributeDeclarations()get attribute declarations of this complex type does not include wild card array of attribute declarations |
XSDNode[] |
getAttributeSet()Deprecated. - use getAttributeDeclarations and getAttributeWildcard |
XSDNode[] |
getBaseAttributeSet()Deprecated. - access from base type |
XSDNode[] |
getBaseElementSet()Deprecated. - use get base type |
XSDNode |
getBaseType()Get the base type of this complextype |
XSDNode[] |
getElementSet()Get all the local elements inside a complexType element If the complexType element extends another complexType element |
XSDGroup |
getGroup()Get the attribute group or the child & attribute group |
java.lang.String |
getRefLocalname()Get the local name of resolved 'base' attr |
XSDGroup |
getTypeGroup() |
boolean |
isAbstract() |
boolean |
isSimpleContent() |
| Methods inherited from class oracle.xml.parser.schema.XSDNode |
getName, getNodeType, getOwnerSchema, getTargetNS, isNodeType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public XSDGroup getGroup()
public XSDGroup getTypeGroup()
public XSDNode getBaseType()
public java.lang.String getRefLocalname()
getRefLocalname in class XSDNodepublic boolean isAbstract()
public boolean isSimpleContent()
public XSDNode[] getElementSet()
public XSDNode[] getBaseElementSet()
public XSDNode[] getAttributeSet()
public XSDAttribute[] getAttributeDeclarations()
public XSDNode[] getBaseAttributeSet()
|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||